Method FormatPagination(int?, int?)

Assembly: redb.MSSql.dll

MSSQL pagination: OFFSET n ROWS FETCH NEXT m ROWS ONLY.
Requires ORDER BY clause in the query.

public string FormatPagination(int? limit, int? offset)